Skip to main content

DescribePropertySoftwareDetail

Description

No description for this api.

Request Method

POST

Request Path

/apsara/route/Sas/DescribePropertySoftwareDetail

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
PathBODYstringNoNo sample value for this parameter.software installation path.
SoftwareVersionBODYstringNoNo sample value for this parameter.application software version.
UuidBODYstringNoNo sample value for this parameter.host asset UUID.
PageSizeBODYintegerNoNo sample value for this parameter.specifies the maximum number of records per page in the returned result. default value: 20
CurrentPageBODYintegerNoNo sample value for this parameter.specifies the number of pages currently returned. default value: 1
ExtendBODYstringNoNo sample value for this parameter.whether to Name parameter uses fuzzy matching search, value range: 1: indicates the use of 0: indicates that is not used
regionIdBODYstringYesNo sample value for this parameter.region id
IpBODYstringNoNo sample value for this parameter.host asset IP.
versionBODYstringNo2016-01-01version of api
NameBODYstringNoNo sample value for this parameter.application name.
RemarkBODYstringNoNo sample value for this parameter.host asset IP or instance name. description supports fuzzy matching.

Return data

NameTypeSample valueDescription
Pathstringno demo valueapplication software installation path.
PropertySoftwaresarrayno demo valuehost application software details. see the following parameter description for specific sub-items.
RequestIdstringno demo valuerequest ID.
PageSizeintegerno demo valuepage displays the maximum number of records.
InstallTimestringno demo valueapplication software installation time.
Ipstringno demo valuehost asset IP.
Countintegerno demo valuenumber of current page records.
InstanceNamestringno demo valuehost instance name.
TotalCountintegerno demo valuetotal number of records returned.
Uuidstringno demo valuehost asset UUID.
CurrentPageintegerno demo valuecurrently returns page number.
Versionstringno demo valueapplication software version.
Createstringno demo valueinformation reporting time.

Example

Successful Response example

{
"Path":"no demo value",
"PropertySoftwares":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"InstallTime":"no demo value",
"Ip":"no demo value",
"Count":"no demo value",
"InstanceName":"no demo value",
"TotalCount":"no demo value",
"Uuid":"no demo value",
"CurrentPage":"no demo value",
"Version":"no demo value",
"Create":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}